Volunteer Hours

Figure 01 - Pie Chart

Figure 02 - Scatter Plot

Figure 03 - Histogram Like

Figure 04 - Bar Chart

Figure 05 - Line Chart

Figure 06 - Density Graph

Figure 07 - Heatmap

Outcomes

##   Animal.ID                          Breed      Sex          Colour   
##  Length:3482        Domestic Longhair   :  99   F:1755   Black  :997  
##  Class :character   Domestic Medium Hair: 174   M:1727   Brown  :851  
##  Mode  :character   Domestic Shorthair  :2967            Orange :462  
##                     Other               :  86            Blue   :375  
##                     Russian Blue        :  33            White  :256  
##                     Siamese             : 123            Grey   :245  
##                                                          (Other):296  
##               SubType          Date                       Age.Month     
##  TLAC             :2129   Min.   :2015-01-01 22:29:00   Min.   :  1.00  
##  Tarrytown        : 696   1st Qu.:2015-05-09 15:01:30   1st Qu.:  3.00  
##  PetSmart         : 328   Median :2015-07-25 23:56:30   Median :  4.00  
##  PetCo            : 240   Mean   :2015-07-15 15:11:07   Mean   : 15.17  
##  Pet Supplies Plus:  84   3rd Qu.:2015-09-28 23:06:15   3rd Qu.: 14.00  
##  Tomlinson        :   3   Max.   :2015-12-27 13:30:00   Max.   :240.00  
##  (Other)          :   2                                                 
##          Status         Age.Group    Breed.Sub     SubType2        
##  Healthy    :2156   <3 m.o.  :1479   NA's:3482   Length:3482       
##  Treatable  :1326   3-6 m.o. : 654               Class :character  
##  Untreatable:   0   6-12 m.o.: 351               Mode  :character  
##                     1-2 y.o. : 355                                 
##                     2-6 y.o. : 425                                 
##                     6-10 y.o.: 173                                 
##                     >10 y.o. :  45
##   Animal.ID                     Breed     Sex          Colour    
##  Length:3383        Terrier        :753   F:1673   Black  :1076  
##  Class :character   Retriever      :617   M:1710   Brown  : 612  
##  Mode  :character   Other          :610            Other  : 547  
##                     Chihuahua      :489            White  : 531  
##                     Shepherd       :183            Tan    : 402  
##                     German Shepherd: 96            Blue   : 100  
##                     (Other)        :635            (Other): 115  
##           SubType          Date                       Age.Month     
##  TLAC         :1893   Min.   :2015-01-01 12:14:00   Min.   :  1.00  
##  Tarrytown    : 985   1st Qu.:2015-03-31 10:46:00   1st Qu.:  3.00  
##  SoCo         : 140   Median :2015-07-08 21:20:00   Median :  7.00  
##  PetSmart     : 138   Mean   :2015-07-02 14:57:07   Mean   : 19.95  
##  LaFontera    : 100   3rd Qu.:2015-10-01 23:47:30   3rd Qu.: 26.00  
##  Special Event:  97   Max.   :2015-12-27 14:25:00   Max.   :197.00  
##  (Other)      :  30                                                 
##          Status         Age.Group                Breed.Sub   
##  Healthy    :2365   <3 m.o.  :1100   Labrador         : 509  
##  Treatable  :1017   3-6 m.o. : 509   Short Coat       : 467  
##  Untreatable:   1   6-12 m.o.: 420   Pit Bull         : 248  
##                     1-2 y.o. : 426   American Pit Bull:  69  
##                     2-6 y.o. : 635   Rat              :  59  
##                     6-10 y.o.: 232   (Other)          : 522  
##                     >10 y.o. :  61   NA's             :1509  
##    SubType2        
##  Length:3383       
##  Class :character  
##  Mode  :character  
##                    
##                    
##                    
## 

Figure 01 - Adoptions vs Age, By Species

Figure 02 - Adoptions in 2015, By Location

Dogs

Cats

Figure 03 - Heatmap of Adoptions, By Age & Location

Dogs

The color/fill for each tile is scaled relative the row (i.e. location)

Cats

The color/fill for each tile is scaled relative the total number of adoptions

Figure 04 - Heatmap of Adoptions, By Age & Breed

Dogs

The color/fill for each tile is scaled relative the total number of adoptions

The color/fill for each tile is scaled relative the row (i.e. Breed)

Cats

The color/fill for each tile is scaled relative the total number of adoptions

The color/fill for each tile is scaled relative the row (i.e. Breed)





Contact

Hunter Ratliff

Email: hunterratliff1@gmail.com
Twitter: @HunterRatliff1
Github: HunterRatliff1
RPubs: HunterRatliff1

Austin Pets Alive Contact Info

Adopt | Donate | Foster | Volunteer

MY EMAIL: Out of respect for the time of our staff/volunteers, please direct all data requests and more technical inquires to my email!

Copyright (C) 2015 Hunter Ratliff, Austin Pets Alive

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

Information About the R Session at the time it was compiled (for the purposes of Reproducible Research)

devtools::session_info()
##  setting  value                       
##  version  R version 3.2.3 (2015-12-10)
##  system   x86_64, darwin13.4.0        
##  ui       X11                         
##  language (EN)                        
##  collate  en_US.UTF-8                 
##  tz       America/Chicago             
##  date     2015-12-28                  
## 
##  package      * version date       source                            
##  assertthat     0.1     2013-12-06 CRAN (R 3.2.0)                    
##  base64enc      0.1-3   2015-07-28 CRAN (R 3.2.0)                    
##  cellranger     1.0.0   2015-06-20 CRAN (R 3.2.0)                    
##  colorspace     1.2-6   2015-03-11 CRAN (R 3.2.0)                    
##  curl           0.9.4   2015-11-20 CRAN (R 3.2.2)                    
##  d3heatmap      0.6.1   2015-12-03 Github (rstudio/d3heatmap@3145f89)
##  DBI            0.3.1   2014-09-24 CRAN (R 3.2.0)                    
##  devtools       1.9.1   2015-09-11 CRAN (R 3.2.0)                    
##  digest         0.6.8   2014-12-31 CRAN (R 3.2.0)                    
##  dplyr        * 0.4.3   2015-09-01 CRAN (R 3.2.0)                    
##  evaluate       0.8     2015-09-18 CRAN (R 3.2.0)                    
##  formatR        1.2.1   2015-09-18 CRAN (R 3.2.0)                    
##  ggplot2      * 2.0.0   2015-12-18 CRAN (R 3.2.3)                    
##  ggthemes     * 3.0.0   2015-12-20 CRAN (R 3.2.3)                    
##  googlesheets * 0.1.0   2015-07-05 CRAN (R 3.2.0)                    
##  gridExtra    * 2.0.0   2015-07-14 CRAN (R 3.2.0)                    
##  gtable         0.1.2   2012-12-05 CRAN (R 3.2.0)                    
##  htmltools      0.2.6   2014-09-08 CRAN (R 3.2.0)                    
##  htmlwidgets    0.5     2015-06-21 CRAN (R 3.2.0)                    
##  httr           1.0.0   2015-06-25 CRAN (R 3.2.0)                    
##  jsonlite       0.9.19  2015-11-28 CRAN (R 3.2.2)                    
##  knitr        * 1.11    2015-08-14 CRAN (R 3.2.1)                    
##  labeling       0.3     2014-08-23 CRAN (R 3.2.0)                    
##  lattice        0.20-33 2015-07-14 CRAN (R 3.2.3)                    
##  lazyeval       0.1.10  2015-01-02 CRAN (R 3.2.0)                    
##  lubridate    * 1.5.0   2015-12-03 CRAN (R 3.2.3)                    
##  magrittr     * 1.5     2014-11-22 CRAN (R 3.2.0)                    
##  Matrix         1.2-3   2015-11-28 CRAN (R 3.2.3)                    
##  memoise        0.2.1   2014-04-22 CRAN (R 3.2.0)                    
##  mgcv           1.8-10  2015-12-12 CRAN (R 3.2.3)                    
##  munsell        0.4.2   2013-07-11 CRAN (R 3.2.0)                    
##  nlme           3.1-122 2015-08-19 CRAN (R 3.2.3)                    
##  plotly       * 2.0.16  2015-12-20 CRAN (R 3.2.3)                    
##  plyr           1.8.3   2015-06-12 CRAN (R 3.2.0)                    
##  png            0.1-7   2013-12-03 CRAN (R 3.2.0)                    
##  R6             2.1.1   2015-08-19 CRAN (R 3.2.0)                    
##  RColorBrewer * 1.1-2   2014-12-07 CRAN (R 3.2.0)                    
##  Rcpp           0.12.2  2015-11-15 CRAN (R 3.2.2)                    
##  reshape2     * 1.4.1   2014-12-06 CRAN (R 3.2.0)                    
##  rmarkdown      0.8.2   2015-11-20 Github (rstudio/rmarkdown@0d2cd06)
##  scales       * 0.3.0   2015-08-25 CRAN (R 3.2.0)                    
##  stringi      * 1.0-1   2015-10-22 CRAN (R 3.2.0)                    
##  stringr      * 1.0.0   2015-04-30 CRAN (R 3.2.0)                    
##  viridis        0.3.1   2015-10-11 CRAN (R 3.2.0)                    
##  xml2           0.1.2   2015-09-01 CRAN (R 3.2.0)                    
##  yaml           2.1.13  2014-06-12 CRAN (R 3.2.0)